From 75dab2dab225883b0dbb06587056db379692bf8d Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Sun, 3 Jul 2005 15:09:20 +0000 Subject: [PATCH] Install qemu-dm.debug script. --- tools/ioemu/target-i386-dm/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/ioemu/target-i386-dm/Makefile b/tools/ioemu/target-i386-dm/Makefile index f6f1c58f72..c99bdb6f48 100644 --- a/tools/ioemu/target-i386-dm/Makefile +++ b/tools/ioemu/target-i386-dm/Makefile @@ -384,9 +384,8 @@ distclean: install: all if [ ! -d $(INSTALL_DIR) ];then mkdir -p $(INSTALL_DIR);fi if [ ! -d $(DESTDIR)$(configdir) ];then mkdir -p $(DESTDIR)$(configdir);fi -ifneq ($(PROGS),) install -m 755 -s $(PROGS) "$(INSTALL_DIR)" -endif + install -m 755 -s qemu-dm.debug "$(INSTALL_DIR)" install -m 755 qemu-ifup "$(DESTDIR)$(configdir)" gunzip -c qemu-vgaram-bin.gz >qemu-vgaram-bin install -m 755 qemu-vgaram-bin "$(DESTDIR)$(configdir)" -- 2.30.2